home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
shared.dir
/
01944_Script_previous
< prev
next >
Wrap
Text File
|
1995-09-13
|
523b
|
35 lines
global gWhatMovie,gLastMarker
on PreviousM
if gWhatMovie = "VTheatre" then
PreviousV
else
if gWhatMovie = "ETheatre" then
PreviousE
else
if gWhatMovie = "ATheatre" then
PreviousA
end if
end if
end if
end
on PreviousV
sound stop 2
go to frame gLastMarker of movie "VikingW"
end
on PreviousE
sound stop 2
go to frame gLastMarker of movie "EgyptW"
end
on PreviousA
sound stop 2
go to frame gLastMarker of movie "AztecW"
end